Pre-install some dependencies for packaging builds, clean up pipeline. - #1028
Open
eserscor wants to merge 8 commits into
Open
Pre-install some dependencies for packaging builds, clean up pipeline.#1028eserscor wants to merge 8 commits into
eserscor wants to merge 8 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates packaging pipelines to rely on pre-provisioned Windows tooling and simplifies PowerShell configuration.
Changes:
- Pins the ARM64 native build to a Windows 2025 image.
- Removes runtime installation of Azure CLI and ARM64 build tools.
- Standardizes test tasks on PowerShell Core.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.pipelines/v2/templates/steps-test-python.yml |
Standardizes Python tests on pwsh. |
.pipelines/v2/templates/steps-test-js.yml |
Standardizes JavaScript tests on pwsh. |
.pipelines/v2/templates/steps-test-cs.yml |
Standardizes C# tests on pwsh. |
.pipelines/v2/templates/steps-prefetch-nuget.yml |
Removes configurable PowerShell selection. |
.pipelines/v2/templates/steps-build-windows.yml |
Removes ARM64 tool bootstrapping and simplifies testing. |
.pipelines/v2/templates/stages-python.yml |
Removes ARM64 dependency-installation options. |
.pipelines/v2/templates/stages-js.yml |
Removes ARM64 dependency-installation options. |
.pipelines/v2/templates/stages-cs.yml |
Removes Windows dependency-installation options. |
.pipelines/v2/templates/stages-build-native.yml |
Selects the Windows 2025 ARM64 image. |
.pipelines/templates/fetch-test-data-from-blob.yml |
Removes Azure CLI installation fallback. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+70
to
+71
| demands: | ||
| - ImageOverride -equals onnxruntime-Win2025-arm64 |
Comment on lines
14
to
15
| - task: AzureCLI@2 | ||
| displayName: 'Fetch test data from blob' |
Baiju Meswani (baijumeswani)
previously approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.